home *** CD-ROM | disk | FTP | other *** search
- /* Sample 3ds texture library for use with Vivid */
-
- #define RED_PLASTIC \
- surface { \
- diffuse brown \
- shine 70 white \
- }
-
- #define BLUE_PLASTIC \
- surface { \
- diffuse blue \
- shine 70 white \
- }
-
- #define GREEN_PLASTIC \
- surface { \
- diffuse green \
- shine 70 white \
- }
-
- #define GLASS \
- surface { \
- trans white \
- ior 1.3 \
- shine 100 .7 .7 .7 \
- }
-
- #define GOLD \
- surface { \
- diff .5 .3 .1 \
- spec .5 .5 .5 \
- shine 400 \
- }
-
-